func math.archAtan2

2 uses

	math (current package)
		atan2.go#L32: 		return archAtan2(y, x)
		stubs.go#L44: func archAtan2(y, x float64) float64 {